const unicode.pLl
62 uses
unicode (current package)
graphic.go#L15: pLl // a lower-case letter.
graphic.go#L18: pLo = pLl | pLu // a letter that is neither upper nor lower case.
letter.go#L196: return properties[uint8(r)]&pLmask == pLl
tables.go#L9053: 0x61: pLl | pp, // 'a'
tables.go#L9054: 0x62: pLl | pp, // 'b'
tables.go#L9055: 0x63: pLl | pp, // 'c'
tables.go#L9056: 0x64: pLl | pp, // 'd'
tables.go#L9057: 0x65: pLl | pp, // 'e'
tables.go#L9058: 0x66: pLl | pp, // 'f'
tables.go#L9059: 0x67: pLl | pp, // 'g'
tables.go#L9060: 0x68: pLl | pp, // 'h'
tables.go#L9061: 0x69: pLl | pp, // 'i'
tables.go#L9062: 0x6A: pLl | pp, // 'j'
tables.go#L9063: 0x6B: pLl | pp, // 'k'
tables.go#L9064: 0x6C: pLl | pp, // 'l'
tables.go#L9065: 0x6D: pLl | pp, // 'm'
tables.go#L9066: 0x6E: pLl | pp, // 'n'
tables.go#L9067: 0x6F: pLl | pp, // 'o'
tables.go#L9068: 0x70: pLl | pp, // 'p'
tables.go#L9069: 0x71: pLl | pp, // 'q'
tables.go#L9070: 0x72: pLl | pp, // 'r'
tables.go#L9071: 0x73: pLl | pp, // 's'
tables.go#L9072: 0x74: pLl | pp, // 't'
tables.go#L9073: 0x75: pLl | pp, // 'u'
tables.go#L9074: 0x76: pLl | pp, // 'v'
tables.go#L9075: 0x77: pLl | pp, // 'w'
tables.go#L9076: 0x78: pLl | pp, // 'x'
tables.go#L9077: 0x79: pLl | pp, // 'y'
tables.go#L9078: 0x7A: pLl | pp, // 'z'
tables.go#L9137: 0xB5: pLl | pp, // 'µ'
tables.go#L9179: 0xDF: pLl | pp, // 'ß'
tables.go#L9180: 0xE0: pLl | pp, // 'à'
tables.go#L9181: 0xE1: pLl | pp, // 'á'
tables.go#L9182: 0xE2: pLl | pp, // 'â'
tables.go#L9183: 0xE3: pLl | pp, // 'ã'
tables.go#L9184: 0xE4: pLl | pp, // 'ä'
tables.go#L9185: 0xE5: pLl | pp, // 'å'
tables.go#L9186: 0xE6: pLl | pp, // 'æ'
tables.go#L9187: 0xE7: pLl | pp, // 'ç'
tables.go#L9188: 0xE8: pLl | pp, // 'è'
tables.go#L9189: 0xE9: pLl | pp, // 'é'
tables.go#L9190: 0xEA: pLl | pp, // 'ê'
tables.go#L9191: 0xEB: pLl | pp, // 'ë'
tables.go#L9192: 0xEC: pLl | pp, // 'ì'
tables.go#L9193: 0xED: pLl | pp, // 'í'
tables.go#L9194: 0xEE: pLl | pp, // 'î'
tables.go#L9195: 0xEF: pLl | pp, // 'ï'
tables.go#L9196: 0xF0: pLl | pp, // 'ð'
tables.go#L9197: 0xF1: pLl | pp, // 'ñ'
tables.go#L9198: 0xF2: pLl | pp, // 'ò'
tables.go#L9199: 0xF3: pLl | pp, // 'ó'
tables.go#L9200: 0xF4: pLl | pp, // 'ô'
tables.go#L9201: 0xF5: pLl | pp, // 'õ'
tables.go#L9202: 0xF6: pLl | pp, // 'ö'
tables.go#L9204: 0xF8: pLl | pp, // 'ø'
tables.go#L9205: 0xF9: pLl | pp, // 'ù'
tables.go#L9206: 0xFA: pLl | pp, // 'ú'
tables.go#L9207: 0xFB: pLl | pp, // 'û'
tables.go#L9208: 0xFC: pLl | pp, // 'ü'
tables.go#L9209: 0xFD: pLl | pp, // 'ý'
tables.go#L9210: 0xFE: pLl | pp, // 'þ'
tables.go#L9211: 0xFF: pLl | pp, // 'ÿ'